home *** CD-ROM | disk | FTP | other *** search
- object FPathDlg: TFPathDlg
- Left = 365
- Top = 199
- BorderStyle = bsDialog
- Caption = 'Project Preferences'
- ClientHeight = 126
- ClientWidth = 401
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 385
- Height = 89
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 75
- Height = 13
- Caption = 'Vegetation path'
- end
- object Label3: TLabel
- Left = 16
- Top = 48
- Width = 58
- Height = 13
- Caption = 'Models path'
- end
- object Label4: TLabel
- Left = 16
- Top = 72
- Width = 65
- Height = 13
- Caption = 'Overlays path'
- end
- object OKBtn: TButton
- Left = 123
- Top = 100
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 203
- Top = 100
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object PlantsButton: TButton
- Left = 360
- Top = 20
- Width = 25
- Height = 21
- Caption = '...'
- TabOrder = 2
- OnClick = PlantsButtonClick
- end
- object PlantSourceEdit: TEdit
- Left = 104
- Top = 20
- Width = 257
- Height = 21
- ReadOnly = True
- TabOrder = 3
- end
- object ModelsButton: TButton
- Left = 360
- Top = 44
- Width = 25
- Height = 21
- Caption = '...'
- TabOrder = 4
- OnClick = ModelsButtonClick
- end
- object ModelSourceEdit: TEdit
- Left = 104
- Top = 44
- Width = 257
- Height = 21
- ReadOnly = True
- TabOrder = 5
- end
- object OverlaySourceEdit: TEdit
- Left = 104
- Top = 68
- Width = 257
- Height = 21
- ReadOnly = True
- TabOrder = 6
- end
- object OverlaysButton: TButton
- Left = 360
- Top = 68
- Width = 25
- Height = 21
- Caption = '...'
- TabOrder = 7
- OnClick = OverlaysButtonClick
- end
- object BrowsePathFolder: TBrowseFolder
- Flags = [bfFileSysDirsOnly, bfStatusText]
- ShowPathInStatusArea = False
- SyncCustomButton = False
- Left = 288
- Top = 96
- end
- end
-